Rust: libraries
actix-web
Actix web is a small, pragmatic, and extremely fast rust web framework based on actix. Connection not closed correctly?
Handler will be removed in next release
Nikolay Kim @fafhrd91 Mar 04 07:58
Handler was one of the first subsystems, but extractors are much better
i'd use app state as state
there will be no Handler in next release
r2d2
A generic connection pool for Rust.
code: lib.rs
pub struct Pool<M: ManageConnection>(Arc<SharedPool<M>>);
diesel
A safe, extensible ORM and Query Builder for Rust